Esx Settings Clusters Software Reports LastCheckResult CheckInfo
Esx Settings Clusters Software Reports LastCheckResult CheckInfo
The Esx Settings Clusters Software Reports LastCheckResult CheckInfo schema contains properties that describe a particular check.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"check": "string",
"name": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
string
check
Required
The check identifier.
This property was added in vSphere API 7.0.0.0.
name
Required
The check name.
This property was added in vSphere API 7.0.0.0.
description
Required
Human-readable check description.
This property was added in vSphere API 7.0.0.0.